From: Gerd Moellmann Date: Wed, 9 May 2001 15:44:18 +0000 (+0000) Subject: (lisp-interaction-mode): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~40398 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=456e23b8fb80b64c4ef69ded54cfdbd2d5825ff1;p=emacs.git (lisp-interaction-mode): Doc fix. --- diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index adc16ef0833..3cf349b3b2b 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el @@ -1,6 +1,6 @@ ;;; lisp-mode.el --- Lisp mode, and its idiosyncratic commands. -;; Copyright (C) 1985, 1986, 1999, 2000 Free Software Foundation, Inc. +;; Copyright (C) 1985, 1986, 1999, 2000, 2001 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: lisp, languages @@ -294,6 +294,8 @@ All commands in `lisp-mode-shared-map' are inherited by this map.") "Major mode for typing and evaluating Lisp forms. Like Lisp mode except that \\[eval-print-last-sexp] evals the Lisp expression before point, and prints its value into the buffer, advancing point. +Note that printing is controled by `eval-expression-print-length' +and `eval-expression-print-level'. Commands: Delete converts tabs to spaces as it moves back.